Uses of Interface
org.jboss.marshalling.UnmarshallingObjectInputFilter
Packages that use UnmarshallingObjectInputFilter
-
Uses of UnmarshallingObjectInputFilter in org.jboss.marshalling
Fields in org.jboss.marshalling declared as UnmarshallingObjectInputFilterModifier and TypeFieldDescriptionstatic final UnmarshallingObjectInputFilterUnmarshallingObjectInputFilter.ACCEPTINGUnmarshalling filter that accepts everything.static final UnmarshallingObjectInputFilterUnmarshallingObjectInputFilter.REJECTINGUnmarshalling filter that rejects everything.protected final UnmarshallingObjectInputFilterAbstractUnmarshaller.unmarshallingFilterThe configured unmarshalling filterMethods in org.jboss.marshalling that return UnmarshallingObjectInputFilterModifier and TypeMethodDescriptionUnmarshallingObjectInputFilter.Factory.createFilter(String filterSpec) Creates unmarshalling filters that are configured by a JEPS 290 stylefilterSpecstring.UnmarshallingObjectInputFilter.Factory.createFilter(String filterSpec, boolean checkJEPS290ProcessFilter) Creates unmarshalling filters that are configured by a JEPS 290 stylefilterSpecstring.MarshallingConfiguration.getUnmarshallingFilter()Get the unmarshalling filter.Methods in org.jboss.marshalling with parameters of type UnmarshallingObjectInputFilterModifier and TypeMethodDescriptionprotected static voidAbstractUnmarshaller.setObjectInputStreamFilter(ObjectInputStream ois, UnmarshallingObjectInputFilter unmarshallingFilter) Creates an ObjectInputFilter adapter to given UnmarshallingFilter, and sets the filter to given ObjectInputStream.voidMarshallingConfiguration.setUnmarshallingFilter(UnmarshallingObjectInputFilter unmarshallingFilter) Set the unmarshalling filter.