public class CustomizerRegistry extends Object
Constructor and Description |
---|
CustomizerRegistry(Class[] customizerTypes) |
Modifier and Type | Method and Description |
---|---|
void |
add(KeyFactoryCustomizer customizer) |
<T> List<T> |
get(Class<T> klass) |
static CustomizerRegistry |
singleton(Customizer customizer)
Deprecated.
Only to keep backward compatibility.
|
public CustomizerRegistry(Class[] customizerTypes)
public void add(KeyFactoryCustomizer customizer)
@Deprecated public static CustomizerRegistry singleton(Customizer customizer)
Copyright © 2023. All rights reserved.