Uses of Class
net.shibboleth.utilities.java.support.annotation.constraint.NullableElements
-
Packages that use NullableElements Package Description net.shibboleth.utilities.java.support.primitive A set of utilities dealing with Java's primitive types.net.shibboleth.utilities.java.support.xml A set of helper functions for performing actions on DOM nodes. -
-
Uses of NullableElements in net.shibboleth.utilities.java.support.primitive
Method parameters in net.shibboleth.utilities.java.support.primitive with annotations of type NullableElements Modifier and Type Method Description static Collection<String>StringSupport. normalizeStringCollection(Collection<String> values)Normalize a string collection by: Safely trimming each member. Converting all empty members to null. Removing any null members. -
Uses of NullableElements in net.shibboleth.utilities.java.support.xml
Method parameters in net.shibboleth.utilities.java.support.xml with annotations of type NullableElements Modifier and Type Method Description voidBasicParserPool. setBuilderAttributes(Map<String,Object> newAttributes)Sets the builder attributes used when creating builders.voidBasicParserPool. setBuilderFeatures(Map<String,Boolean> newFeatures)Sets the the builders' features.voidSchemaBuilder. setSchemaResources(Collection<Resource> schemaResources)Set the schemas to load from the given schema resources (replaces any previously added).voidSchemaBuilder. setSchemas(Collection<Source> schemaSources)Set the schemas to load from the given schema sources (replaces any previously added).Constructor parameters in net.shibboleth.utilities.java.support.xml with annotations of type NullableElements Constructor Description SimpleNamespaceContext(Map<String,String> prefixToUriMappings)Deprecated, for removal: This API element is subject to removal in a future version.Constructor.
-