Uses of Class
org.immutables.value.processor.meta.ValueType.Serialization
-
Packages that use ValueType.Serialization Package Description org.immutables.value.processor.meta -
-
Uses of ValueType.Serialization in org.immutables.value.processor.meta
Fields in org.immutables.value.processor.meta declared as ValueType.Serialization Modifier and Type Field Description ValueType.SerializationValueType. serialMethods in org.immutables.value.processor.meta that return ValueType.Serialization Modifier and Type Method Description static ValueType.SerializationValueType.Serialization. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ValueType.Serialization[]ValueType.Serialization. values()Returns an array containing the constants of this enum type, in the order they are declared.
-