Uses of Annotation Interface
org.apache.juneau.annotation.ParentProperty
Packages that use ParentProperty
-
Uses of ParentProperty in org.apache.juneau.annotation
Fields in org.apache.juneau.annotation declared as ParentPropertyModifier and TypeFieldDescriptionstatic final ParentProperty
ParentPropertyAnnotation.DEFAULT
Default valueMethods in org.apache.juneau.annotation that return ParentPropertyModifier and TypeMethodDescriptionParentPropertyAnnotation.Builder.build()
Instantiates a new@ParentProperty
object initialized with this builder.static ParentProperty
ParentPropertyAnnotation.copy
(ParentProperty a, VarResolverSession r) Creates a copy of the specified annotation.Methods in org.apache.juneau.annotation with parameters of type ParentPropertyModifier and TypeMethodDescriptionstatic ParentProperty
ParentPropertyAnnotation.copy
(ParentProperty a, VarResolverSession r) Creates a copy of the specified annotation.Method parameters in org.apache.juneau.annotation with type arguments of type ParentPropertyModifier and TypeMethodDescriptionvoid
ParentPropertyAnnotation.Applier.apply
(AnnotationInfo<ParentProperty> ai, BeanContext.Builder b)