Uses of Class
org.apache.juneau.MarshalledFilter.Builder
Packages that use MarshalledFilter.Builder
-
Uses of MarshalledFilter.Builder in org.apache.juneau
Methods in org.apache.juneau that return MarshalledFilter.BuilderModifier and TypeMethodDescriptionMarshalledFilter.Builder.applyAnnotations
(List<Marshalled> annotations) Applies the information in the specified list of@Marshalled
annotations to this filter.static <T> MarshalledFilter.Builder
Create 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.BuilderModifierConstructorDescriptionprotected
MarshalledFilter
(MarshalledFilter.Builder builder) Constructor.