Package org.apache.juneau
Class MarshalledFilter.Builder
java.lang.Object
org.apache.juneau.MarshalledFilter.Builder
- Enclosing class:
- MarshalledFilter
Builder class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplyAnnotations(List<Marshalled> annotations) Applies the information in the specified list of@Marshalledannotations to this filter.build()Creates aMarshalledFilterwith settings in this builder class.POJO example in Simplified JSON format.Implementation class.
-
Constructor Details
-
Builder
Constructor.- Parameters:
marshalledClass- The class that this filter applies to.
-
-
Method Details
-
applyAnnotations
Applies the information in the specified list of@Marshalledannotations to this filter.- Parameters:
annotations- The annotations to apply.- Returns:
- This object.
-
build
Creates aMarshalledFilterwith settings in this builder class.- Returns:
- A new
MarshalledFilterinstance.
-
example
POJO example in Simplified JSON format.- Parameters:
value- The new value for this annotation.- Returns:
- This object.
-
implClass
Implementation class.- Parameters:
value- The new value for this setting.- Returns:
- This object.
-