Uses of Enum Class
com.github.underscore.U.OperationType
-
Uses of U.OperationType in com.github.underscore
Methods in com.github.underscore that return U.OperationTypeModifier and TypeMethodDescriptionstatic U.OperationType
Returns the enum constant of this class with the specified name.static U.OperationType[]
U.OperationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.underscore with parameters of type U.OperationTypeModifier and TypeMethodDescriptionprivate static <T> T
U.baseGetOrSetOrRemove
(Map<String, Object> object, List<String> paths, Object value, U.OperationType operationType) private static void
U.checkSetAndRemove
(Object value, U.OperationType operationType, Object savedLocalObject, String savedPath) private static void
U.checkSetOrUpdate
(Object value, U.OperationType operationType, Map<String, Object> savedLocalObject, String savedPath)