Interface CategoryOrderHints
public interface CategoryOrderHints
CategoryOrderHints
Example to create an instance using the builder pattern
Example to create an instance using the builder pattern
CategoryOrderHints categoryOrderHints = CategoryOrderHints.builder()
./^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/("{/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/}")
.build()
-
Method Summary
Modifier and TypeMethodDescriptionstatic CategoryOrderHintsBuilder
builder()
builder factory method for CategoryOrderHintsstatic CategoryOrderHintsBuilder
builder
(CategoryOrderHints template) create builder for CategoryOrderHints instancestatic CategoryOrderHints
deepCopy
(CategoryOrderHints template) factory method to create a deep copy of CategoryOrderHintsstatic CategoryOrderHints
of()
factory methodstatic CategoryOrderHints
of
(CategoryOrderHints template) factory method to create a shallow copy CategoryOrderHintsvoid
set pattern propertystatic com.fasterxml.jackson.core.type.TypeReference<CategoryOrderHints>
gives a TypeReference for usage with Jackson DataBindvalues()
default <T> T
withCategoryOrderHints
(Function<CategoryOrderHints, T> helper) accessor map function
-
Method Details
-
values
- Returns:
- map of the pattern property values
-
setValue
set pattern property- Parameters:
key
- property namevalue
- property value
-
of
factory method- Returns:
- instance of CategoryOrderHints
-
of
factory method to create a shallow copy CategoryOrderHints- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
deepCopy
factory method to create a deep copy of CategoryOrderHints- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
builder
builder factory method for CategoryOrderHints- Returns:
- builder
-
builder
create builder for CategoryOrderHints instance- Parameters:
template
- instance with prefilled values for the builder- Returns:
- builder
-
withCategoryOrderHints
accessor map function- Type Parameters:
T
- mapped type- Parameters:
helper
- function to map the object- Returns:
- mapped value
-
typeReference
gives a TypeReference for usage with Jackson DataBind- Returns:
- TypeReference
-