Uses of Class
net.anwiba.tools.generator.java.bean.configuration.Annotation
-
Packages that use Annotation Package Description net.anwiba.tools.generator.java.bean.configuration net.anwiba.tools.generator.java.bean.factory -
-
Uses of Annotation in net.anwiba.tools.generator.java.bean.configuration
Methods in net.anwiba.tools.generator.java.bean.configuration that return Annotation Modifier and Type Method Description AnnotationAnnotationBuilder. build()Methods in net.anwiba.tools.generator.java.bean.configuration that return types with arguments of type Annotation Modifier and Type Method Description java.util.List<Annotation>AbstractMethod. annotations()java.util.List<Annotation>Argument. annotations()java.lang.Iterable<Annotation>Bean. annotations()java.lang.Iterable<Annotation>Member. annotations()java.lang.Iterable<Annotation>Properties. annotations()java.lang.Iterable<Annotation>NamedValueProvider. getNamesMethodAnnotations()java.lang.Iterable<Annotation>NamedValueProvider. getValueGetterMethodAnnotations()Methods in net.anwiba.tools.generator.java.bean.configuration with parameters of type Annotation Modifier and Type Method Description BeanBuilderBeanBuilder. annotation(Annotation annotation)CreatorBuilderCreatorBuilder. annotation(Annotation annotations)MemberBuilderMemberBuilder. annotation(Annotation annotations)PropertiesBuilderPropertiesBuilder. annotation(Annotation annotation)MemberBuilderMemberBuilder. getterAnnotation(Annotation annotations)PropertiesBuilderPropertiesBuilder. getterAnnotation(Annotation annotation)PropertiesBuilderPropertiesBuilder. namesGetterAnnotation(Annotation annotation)MemberBuilderMemberBuilder. setterAnnotation(Annotation annotations)PropertiesBuilderPropertiesBuilder. setterAnnotation(Annotation annotation)MemberBuilderMemberBuilder. setterArgumentAnnotation(Annotation annotation)Method parameters in net.anwiba.tools.generator.java.bean.configuration with type arguments of type Annotation Modifier and Type Method Description CreatorBuilderCreatorBuilder. addArgument(Type type, java.lang.String name, java.util.List<Annotation> annotations)voidAnnotationBuilder. parameter(java.lang.String name, java.util.List<Annotation> value)Constructor parameters in net.anwiba.tools.generator.java.bean.configuration with type arguments of type Annotation Constructor Description AbstractBeanMethod(java.lang.String name, boolean isEnabled, java.util.List<Annotation> annotations, java.util.List<Argument> arguments, java.util.Map<java.lang.String,java.util.List<Annotation>> parameterAnnotations, java.lang.String comment)AbstractBeanMethod(java.lang.String name, boolean isEnabled, java.util.List<Annotation> annotations, java.util.List<Argument> arguments, java.util.Map<java.lang.String,java.util.List<Annotation>> parameterAnnotations, java.lang.String comment)AbstractMethod(java.lang.String name, java.util.List<Annotation> annotations, java.util.List<Argument> arguments, java.util.Map<java.lang.String,java.util.List<Annotation>> parameterAnnotations, java.lang.String comment)AbstractMethod(java.lang.String name, java.util.List<Annotation> annotations, java.util.List<Argument> arguments, java.util.Map<java.lang.String,java.util.List<Annotation>> parameterAnnotations, java.lang.String comment)Argument(java.lang.String name, java.util.List<Annotation> annotations, Type type)Creator(java.lang.String name, boolean isEnabled, java.util.List<Annotation> annotations, Argument factory, java.util.List<Argument> arguments)Getter(java.lang.String name, boolean isEnabled, boolean namedValueGetterEnabled, java.util.List<Annotation> annotations, java.lang.String comment)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)Setter(java.lang.String name, boolean isEnabled, boolean isSingleValue, boolean isMultiValue, java.util.List<Annotation> annotations, java.lang.String comment, Argument argument, java.util.Map<java.lang.String,java.util.List<Annotation>> map)Setter(java.lang.String name, boolean isEnabled, boolean isSingleValue, boolean isMultiValue, java.util.List<Annotation> annotations, java.lang.String comment, Argument argument, java.util.Map<java.lang.String,java.util.List<Annotation>> map)ValuePairSetter(java.lang.String name, boolean isEnabled, java.util.List<Annotation> annotations, java.util.List<Argument> arguments) -
Uses of Annotation in net.anwiba.tools.generator.java.bean.factory
Methods in net.anwiba.tools.generator.java.bean.factory with parameters of type Annotation Modifier and Type Method Description protected voidAbstractSourceFactory. annotate(com.sun.codemodel.JAnnotatable annotatable, Annotation annotation)Method parameters in net.anwiba.tools.generator.java.bean.factory with type arguments of type Annotation Modifier and Type Method Description protected voidAbstractSourceFactory. annotate(com.sun.codemodel.JAnnotatable annotatable, java.lang.Iterable<Annotation> annotationConfigurations)voidGetterFactory. create(com.sun.codemodel.JDefinedClass instance, boolean isNullable, boolean isCollectionNullable, java.util.List<Annotation> annotationConfigurations, IOptional<java.lang.String,java.lang.RuntimeException> comment, com.sun.codemodel.JFieldVar field, java.lang.String name)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)com.sun.codemodel.JVarSetterFactory. create(com.sun.codemodel.JDefinedClass instance, boolean returnInstance, com.sun.codemodel.JFieldVar field, java.lang.String name, boolean isImutable, boolean isNullable, boolean isArrayNullable, boolean isCollectionNullable, java.util.List<Annotation> annotations, IOptional<java.lang.String,java.lang.RuntimeException> comment)voidSetterFactory. create(com.sun.codemodel.JDefinedClass instance, com.sun.codemodel.JFieldVar field, java.lang.String name, boolean isImutable, boolean isNullable, java.util.List<Annotation> annotations, IOptional<java.lang.String,java.lang.RuntimeException> comment, com.sun.codemodel.JType nameType, java.lang.String nameVar, com.sun.codemodel.JType valueType, java.lang.String value)
-