Uses of Class
org.apache.juneau.MarshalledFilter.Builder
Packages that use MarshalledFilter.Builder
- 
Uses of MarshalledFilter.Builder in org.apache.juneauMethods in org.apache.juneau that return MarshalledFilter.BuilderModifier and TypeMethodDescriptionMarshalledFilter.Builder.applyAnnotations(List<Marshalled> annotations) Applies the information in the specified list of@Marshalledannotations to this filter.static <T> MarshalledFilter.BuilderCreate a new instance of this POJO filter.POJO example in Simplified JSON format.Implementation class.Constructors in org.apache.juneau with parameters of type MarshalledFilter.BuilderModifierConstructorDescriptionprotectedMarshalledFilter(MarshalledFilter.Builder builder) Constructor.