Uses of Class
com.github.microtweak.jac4e.core.ValueNotFoundStrategy
-
Packages that use ValueNotFoundStrategy Package Description com.github.microtweak.jac4e.core -
-
Uses of ValueNotFoundStrategy in com.github.microtweak.jac4e.core
Methods in com.github.microtweak.jac4e.core that return ValueNotFoundStrategy Modifier and Type Method Description ValueNotFoundStrategyifValueNotPresent()static ValueNotFoundStrategyValueNotFoundStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueNotFoundStrategy[]ValueNotFoundStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-