Package org.jboss.marshalling
Interface UnmarshallingFilter
- All Known Implementing Classes:
ChainedUnmarshallingFilter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final UnmarshallingFilterstatic final UnmarshallingFilter -
Method Summary
Modifier and TypeMethodDescriptioncheckInput(org.jboss.marshalling.JDKSpecific.FilterInput input)
-
Field Details
-
ACCEPTING
-
REJECTING
-
-
Method Details
-
checkInput
-