Uses of Annotation Type
net.shibboleth.utilities.java.support.annotation.constraint.NullableElements
Packages that use NullableElements
Package
Description
A set of utilities dealing with Java's primitive types.
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 NullableElementsModifier and TypeMethodDescriptionstatic 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 NullableElementsModifier and TypeMethodDescriptionvoidBasicParserPool.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 NullableElementsModifierConstructorDescriptionSimpleNamespaceContext(Map<String, String> prefixToUriMappings) Deprecated, for removal: This API element is subject to removal in a future version.Constructor.