Uses of Annotation Interface
net.shibboleth.shared.annotation.constraint.NullableElements
Packages that use NullableElements
Package
Description
Classes that represent basic first order logic concepts.
Shared networking APIs and classes.
A set of utilities dealing with Java's primitive types.
Interfaces for searching over data.
Spring factory beans.
Side-port of Velocity support from Spring 4 after removal from Spring 5.
Classes supporting testing of other classes.
XML implementation classes.
A set of utilities dealing with Java's primitive types.
-
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) Deprecated, for removal: This API element is subject to removal in a future version.Normalize a string collection by: Safely trimming each member. Converting all empty members to null. Removing any null members.