Uses of Class
net.anwiba.tools.generator.java.bean.configuration.Annotation
Packages that use Annotation
Package
Description
-
Uses of Annotation in net.anwiba.tools.generator.java.bean.configuration
Methods in net.anwiba.tools.generator.java.bean.configuration that return AnnotationMethods in net.anwiba.tools.generator.java.bean.configuration that return types with arguments of type AnnotationModifier and TypeMethodDescriptionAbstractMethod.annotations()Argument.annotations()Bean.annotations()Member.annotations()Properties.annotations()NamedValueProvider.getNamesMethodAnnotations()NamedValueProvider.getValueGetterMethodAnnotations()Methods in net.anwiba.tools.generator.java.bean.configuration with parameters of type AnnotationModifier and TypeMethodDescriptionBeanBuilder.annotation(Annotation annotation) CreatorBuilder.annotation(Annotation annotations) MemberBuilder.annotation(Annotation annotations) PropertiesBuilder.annotation(Annotation annotation) MemberBuilder.getterAnnotation(Annotation annotations) PropertiesBuilder.getterAnnotation(Annotation annotation) PropertiesBuilder.namesGetterAnnotation(Annotation annotation) MemberBuilder.setterAnnotation(Annotation annotations) PropertiesBuilder.setterAnnotation(Annotation annotation) MemberBuilder.setterArgumentAnnotation(Annotation annotation) Method parameters in net.anwiba.tools.generator.java.bean.configuration with type arguments of type AnnotationModifier and TypeMethodDescriptionCreatorBuilder.addArgument(Type type, String name, List<Annotation> annotations) voidAnnotationBuilder.parameter(String name, List<Annotation> value) Constructor parameters in net.anwiba.tools.generator.java.bean.configuration with type arguments of type AnnotationModifierConstructorDescriptionprotectedAbstractBeanMethod(String name, boolean isEnabled, List<Annotation> annotations, List<Argument> arguments, Map<String, List<Annotation>> parameterAnnotations, String comment) protectedAbstractBeanMethod(String name, boolean isEnabled, List<Annotation> annotations, List<Argument> arguments, Map<String, List<Annotation>> parameterAnnotations, String comment) AbstractMethod(String name, List<Annotation> annotations, List<Argument> arguments, Map<String, List<Annotation>> parameterAnnotations, String comment) AbstractMethod(String name, List<Annotation> annotations, List<Argument> arguments, Map<String, List<Annotation>> parameterAnnotations, String comment) Argument(String name, List<Annotation> annotations, Type type) protectedCreator(String name, boolean isEnabled, List<Annotation> annotations, Argument factory, List<Argument> arguments) Getter(String name, boolean isEnabled, boolean namedValueGetterEnabled, List<Annotation> annotations, String comment) Member(Type type, String name, Object value, boolean isNullable, boolean isImutable, List<Annotation> annotationConfigurations, String comment, Setter setter, Getter getter, IValueOfMethodFactory valueOfMethodFactory, IAsObjectMethodFactory asObjectMethodFactory) NamedValueProvider(Type type, String fieldName, boolean isNameGetterEnabled, List<Annotation> namesMethodAnnotations, String namesMethodName, List<Annotation> valueGetterMethodAnnotations, String valueGetterMethodName) Properties(Type type, String name, Setter setter, Getter getter, boolean isImutable, boolean isNullable, boolean isNamedValueProviderEnabled, List<Annotation> annotationConfigurations, String comment, NamedValueProvider namedValueProvider) Setter(String name, boolean isEnabled, boolean isSingleValue, boolean isMultiValue, List<Annotation> annotations, String comment, Argument argument, Map<String, List<Annotation>> map) Setter(String name, boolean isEnabled, boolean isSingleValue, boolean isMultiValue, List<Annotation> annotations, String comment, Argument argument, Map<String, List<Annotation>> map) ValuePairSetter(String name, boolean isEnabled, List<Annotation> annotations, 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 AnnotationModifier and TypeMethodDescriptionprotected voidAbstractSourceFactory.annotate(com.sun.codemodel.JAnnotatable annotatable, Annotation annotation) Method parameters in net.anwiba.tools.generator.java.bean.factory with type arguments of type AnnotationModifier and TypeMethodDescriptionprotected voidAbstractSourceFactory.annotate(com.sun.codemodel.JAnnotatable annotatable, Iterable<Annotation> annotationConfigurations) voidGetterFactory.create(com.sun.codemodel.JDefinedClass instance, boolean isNullable, boolean isCollectionNullable, List<Annotation> annotationConfigurations, IOptional<String, RuntimeException> comment, com.sun.codemodel.JFieldVar field, String name) com.sun.codemodel.JFieldVarMemberFactory.create(com.sun.codemodel.JDefinedClass instance, IOptional<String, RuntimeException> comment, Iterable<Annotation> annotation, Type type, String name, 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, String name, boolean isImutable, boolean isNullable, boolean isArrayNullable, boolean isCollectionNullable, List<Annotation> annotations, IOptional<String, RuntimeException> comment) voidSetterFactory.create(com.sun.codemodel.JDefinedClass instance, com.sun.codemodel.JFieldVar field, String name, boolean isImutable, boolean isNullable, List<Annotation> annotations, IOptional<String, RuntimeException> comment, com.sun.codemodel.JType nameType, String nameVar, com.sun.codemodel.JType valueType, String value)