Uses of Class
net.shibboleth.utilities.java.support.primitive.DeprecationSupport.ObjectType
-
Packages that use DeprecationSupport.ObjectType Package Description net.shibboleth.utilities.java.support.primitive A set of utilities dealing with Java's primitive types. -
-
Uses of DeprecationSupport.ObjectType in net.shibboleth.utilities.java.support.primitive
Methods in net.shibboleth.utilities.java.support.primitive that return DeprecationSupport.ObjectType Modifier and Type Method Description static DeprecationSupport.ObjectTypeDeprecationSupport.ObjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeprecationSupport.ObjectType[]DeprecationSupport.ObjectType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.shibboleth.utilities.java.support.primitive with parameters of type DeprecationSupport.ObjectType Modifier and Type Method Description static voidDeprecationSupport. atRisk(DeprecationSupport.ObjectType type, String name, String context)Emit an at-risk warning for an object or feature of the system.static voidDeprecationSupport. atRiskOnce(DeprecationSupport.ObjectType type, String name, String context)Emit a deprecation warning for an object or feature of the system but limit to a single warning for the life of the process or until state is cleared.static voidDeprecationSupport. warn(DeprecationSupport.ObjectType type, String name, String context, String replacement)Emit a deprecation warning for an object or feature of the system.static voidDeprecationSupport. warnOnce(DeprecationSupport.ObjectType type, String name, String context, String replacement)Emit a deprecation warning for an object or feature of the system but limit to a single warning for the life of the process or until state is cleared.
-