Uses of Interface
org.jboss.marshalling.UnmarshallingFilter
Packages that use UnmarshallingFilter
-
Uses of UnmarshallingFilter in org.jboss.marshalling
Classes in org.jboss.marshalling that implement UnmarshallingFilterFields in org.jboss.marshalling declared as UnmarshallingFilterModifier and TypeFieldDescriptionstatic final UnmarshallingFilterUnmarshallingFilter.ACCEPTINGstatic final UnmarshallingFilterUnmarshallingFilter.REJECTINGprotected final UnmarshallingFilterAbstractUnmarshaller.unmarshallingFilterThe configured unmarshalling filterMethods in org.jboss.marshalling that return UnmarshallingFilterModifier and TypeMethodDescriptionstatic UnmarshallingFilterUnmarshallingFilter.Factory.createFilter(String filterSpec) static UnmarshallingFilterUnmarshallingFilter.Factory.createFilter(String filterSpec, boolean checkJEPS290ProcessFilter) MarshallingConfiguration.getUnmarshallingFilter()Get the unmarshalling filter.Methods in org.jboss.marshalling with parameters of type UnmarshallingFilterModifier and TypeMethodDescriptionprotected static voidAbstractUnmarshaller.setObjectInputStreamFilter(ObjectInputStream ois, UnmarshallingFilter filter) voidMarshallingConfiguration.setUnmarshallingFilter(UnmarshallingFilter unmarshallingFilter) Set the unmarshalling filter.Constructors in org.jboss.marshalling with parameters of type UnmarshallingFilter