public class ResourceProviderConfigurator
extends java.lang.Object
| Constructor and Description |
|---|
ResourceProviderConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map |
configuration() |
<T extends java.lang.annotation.Annotation> |
configure(java.lang.Class<T> cls,
java.util.function.BiConsumer<Annotator.AnnotationValue,T> consumer) |
<T extends java.lang.annotation.Annotation> |
configure(java.lang.String key,
java.lang.Object value) |
static <T extends java.lang.annotation.Annotation> |
create(java.lang.Class<T> cls,
java.util.function.BiConsumer<Annotator.AnnotationValue,T> consumer) |
public static <T extends java.lang.annotation.Annotation> ResourceProviderConfigurator create(java.lang.Class<T> cls, java.util.function.BiConsumer<Annotator.AnnotationValue,T> consumer)
public <T extends java.lang.annotation.Annotation> ResourceProviderConfigurator configure(java.lang.Class<T> cls, java.util.function.BiConsumer<Annotator.AnnotationValue,T> consumer)
public <T extends java.lang.annotation.Annotation> ResourceProviderConfigurator configure(java.lang.String key, java.lang.Object value)
public java.util.Map configuration()