Package org.apache.juneau
Class MarshalledFilter.Builder
java.lang.Object
org.apache.juneau.MarshalledFilter.Builder
- Enclosing class:
MarshalledFilter
Builder class.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionapplyAnnotations
(List<Marshalled> annotations) Applies the information in the specified list of@Marshalled
annotations to this filter.build()
Creates aMarshalledFilter
with 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@Marshalled
annotations to this filter.- Parameters:
annotations
- The annotations to apply.- Returns:
- This object.
-
implClass
Implementation class.- Parameters:
value
- The new value for this setting.- Returns:
- This object.
-
example
POJO example in Simplified JSON format.- Parameters:
value
- The new value for this annotation.- Returns:
- This object.
-
build
Creates aMarshalledFilter
with settings in this builder class.- Returns:
- A new
MarshalledFilter
instance.
-