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