Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Uses of Enum
java.io.ObjectInputFilter.Status
Packages that use ObjectInputFilter.Status
Provides for system input and output through data streams, serialization and the file system.
Class declarations in java.io with type arguments of type ObjectInputFilter.Status
static enum
The status of a check on the class, array length, number of references, depth, and stream size.
Fields in java.io declared as ObjectInputFilter.Status
ObjectInputFilter.Status.ALLOWED
The status is allowed.
ObjectInputFilter.Status.REJECTED
The status is rejected.
ObjectInputFilter.Status.UNDECIDED
The status is undecided, not allowed and not rejected.
Methods in java.io that return ObjectInputFilter.Status
ObjectInputFilter.checkInput(ObjectInputFilter.FilterInfo filterInfo)
Check the class, array length, number of object references, depth, stream size, and other available filtering information.
ObjectInputFilter.Status.valueOf(String name)
ObjectInputFilter.Status.values()
Methods in java.io with parameters of type ObjectInputFilter.Status
ObjectInputFilter.allowFilter(Predicate<Class<?>> predicate, ObjectInputFilter.Status otherStatus)
Returns a filter that returns Status.ALLOWED if the predicate on the class is true.
ObjectInputFilter.rejectFilter(Predicate<Class<?>> predicate, ObjectInputFilter.Status otherStatus)
Returns a filter that returns Status.REJECTED if the predicate on the class is true.

 Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz