Package org.apache.juneau
Class MarshalledFilter.Builder
java.lang.Object
org.apache.juneau.MarshalledFilter.Builder
- Enclosing class:
- MarshalledFilter
Builder class.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
BuilderConstructor.- Parameters:
- marshalledClass- The class that this filter applies to.
 
 
- 
- 
Method Details- 
applyAnnotationsApplies the information in the specified list of@Marshalledannotations to this filter.- Parameters:
- annotations- The annotations to apply.
- Returns:
- This object.
 
- 
implClassImplementation class.- Parameters:
- value- The new value for this setting.
- Returns:
- This object.
 
- 
examplePOJO example in Simplified JSON format.- Parameters:
- value- The new value for this annotation.
- Returns:
- This object.
 
- 
buildCreates aMarshalledFilterwith settings in this builder class.- Returns:
- A new MarshalledFilterinstance.
 
 
-