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 CategoryOrderHintsBuilderbuilder()builder factory method for CategoryOrderHintsstatic CategoryOrderHintsBuilderbuilder(CategoryOrderHints template) create builder for CategoryOrderHints instancecopyDeep()static CategoryOrderHintsdeepCopy(CategoryOrderHints template) factory method to create a deep copy of CategoryOrderHintsstatic CategoryOrderHintsof()factory methodstatic CategoryOrderHintsof(CategoryOrderHints template) factory method to create a shallow copy CategoryOrderHintsvoidset pattern propertystatic com.fasterxml.jackson.core.type.TypeReference<CategoryOrderHints>gives a TypeReference for usage with Jackson DataBindvalues()default <T> TwithCategoryOrderHints(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
-
copyDeep
CategoryOrderHints copyDeep() -
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
-