Class KeysSupport
java.lang.Object
io.micronaut.serde.KeysSupport
-
Method Summary
Modifier and TypeMethodDescriptionstatic KeysCreate a key set for the supplied keys.static KeysCreate a key set for the supplied keys.static Object[]Find contributed key data by index.static intindexOf(KeysProvider provider) Find the contributed key data index for the given provider.
-
Method Details
-
create
-
create
-
indexOf
Find the contributed key data index for the given provider.- Parameters:
provider- The keys provider- Returns:
- The contributed data index, or
-1if no provider contributes this type
-
get
-