Uses of Enum Class
org.kuali.rice.krad.data.provider.annotation.SerializationContext
Packages that use SerializationContext
-
Uses of SerializationContext in org.kuali.rice.krad.data.provider.annotation
Methods in org.kuali.rice.krad.data.provider.annotation that return SerializationContextModifier and TypeMethodDescriptionstatic SerializationContextReturns the enum constant of this class with the specified name.static SerializationContext[]SerializationContext.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kuali.rice.krad.data.provider.annotation with parameters of type SerializationContextModifier and TypeMethodDescriptionbooleanSerializationContext.matches(SerializationContext[] serializationContexts) Does the given array of serializationContexts match this one?