Uses of Class
net.anwiba.tools.generator.java.bean.configuration.Type
-
Packages that use Type Package Description net.anwiba.tools.generator.java.bean.configuration net.anwiba.tools.generator.java.bean.factory -
-
Uses of Type in net.anwiba.tools.generator.java.bean.configuration
Methods in net.anwiba.tools.generator.java.bean.configuration that return Type Modifier and Type Method Description TypeTypeBuilder. build()TypeNamedValueProvider. getType()TypeArgument. type()TypeMember. type()TypeProperties. type()Methods in net.anwiba.tools.generator.java.bean.configuration with parameters of type Type Modifier and Type Method Description CreatorBuilderCreatorBuilder. addArgument(Type type, java.lang.String name, java.util.List<Annotation> annotations)static java.lang.StringMemberBuilder. createGetterName(Type type, java.lang.String name)static MemberBuilderBuilders. member(Type type, java.lang.String name)static PropertiesBuilderBuilders. properties(Type type, java.lang.String name)Constructors in net.anwiba.tools.generator.java.bean.configuration with parameters of type Type Constructor Description Argument(java.lang.String name, java.util.List<Annotation> annotations, Type type)Member(Type type, java.lang.String name, java.lang.Object value, boolean isNullable, boolean isImutable, java.util.List<Annotation> annotationConfigurations, java.lang.String comment, Setter setter, Getter getter, IValueOfMethodFactory valueOfMethodFactory, IAsObjectMethodFactory asObjectMethodFactory)NamedValueProvider(Type type, java.lang.String fieldName, boolean isNameGetterEnabled, java.util.List<Annotation> namesMethodAnnotations, java.lang.String namesMethodName, java.util.List<Annotation> valueGetterMethodAnnotations, java.lang.String valueGetterMethodName)Properties(Type type, java.lang.String name, Setter setter, Getter getter, boolean isImutable, boolean isNullable, boolean isNamedValueProviderEnabled, java.util.List<Annotation> annotationConfigurations, java.lang.String comment, NamedValueProvider namedValueProvider) -
Uses of Type in net.anwiba.tools.generator.java.bean.factory
Methods in net.anwiba.tools.generator.java.bean.factory with parameters of type Type Modifier and Type Method Description protected com.sun.codemodel.JTypeAbstractSourceFactory. _class(Type configuration, boolean isPrimitivesEnabled)com.sun.codemodel.JFieldVarMemberFactory. create(com.sun.codemodel.JDefinedClass instance, IOptional<java.lang.String,java.lang.RuntimeException> comment, java.lang.Iterable<Annotation> annotation, Type type, java.lang.String name, java.lang.Object value, boolean isImutable, boolean isNullable, boolean isPrimitivesEnabled, boolean isArrayNullable, boolean isCollectionNullable)
-