Class RestDtoValidatorBuilder
-
- All Implemented Interfaces:
-
pl.metaprogramming.codegen.java.base.IClassCmBuilder
public final class RestDtoValidatorBuilder extends ClassCmBuilderTemplate<ObjectType>
-
-
Field Summary
Fields Modifier and Type Field Description private BuildContext<ObjectType>contextprivate Integerpriorityprivate CodeBuffercodeBufprivate final ClassCmclassCmprivate AccessModifieraccessModifierprivate ClassKindkindprivate final ObjectTypemodelprivate final TypeOfCode<ObjectType>typeOfCodeprivate final CodegenParamsparamsprivate final JavaNameMappernameMapperprivate ClassCdsuperClassprivate final ClassCmMethodsmethodsprivate final ClassCmFieldsfields
-
Constructor Summary
Constructors Constructor Description RestDtoValidatorBuilder(TypeOfCode<?> dtoTypeOfCode, TypeOfCode<?> validatorTypeOfCode, TypeOfCode<?> enumTypeOfCode, Boolean addDataTypeValidations)
-
Method Summary
Modifier and Type Method Description UnitmakeImplementation()-
Methods inherited from class pl.metaprogramming.codegen.java.base.ClassCmBuilderTemplate
addAnnotation, addGenericParams, addInnerClass, classLocator, getAccessModifier, getClass, getClass, getClassCm, getCodeBuf, getContext, getFieldName, getFields, getKind, getMethods, getModel, getNameMapper, getParams, getPriority, getSuperClass, getTypeOfCode, implementationOf, implementationOf, make, makeDeclaration, makeDeclaration, makeDecoration, makeDecoration, makeImplementation, params, priority, setAccessModifier, setCodeBuf, setComment, setContext, setKind, setPriority, setSuperClass -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
RestDtoValidatorBuilder
RestDtoValidatorBuilder(TypeOfCode<?> dtoTypeOfCode, TypeOfCode<?> validatorTypeOfCode, TypeOfCode<?> enumTypeOfCode, Boolean addDataTypeValidations)
-
-
Method Detail
-
makeImplementation
Unit makeImplementation()
-
-
-
-