M - Kind of metadatapublic interface MetadataHandler<M extends Metadata>
| Modifier and Type | Method and Description |
|---|---|
MetadataDef<M> |
getDef() |
static Method[] |
handlerMethods(Class<? extends MetadataHandler<?>> handlerClass)
Finds handler methods defined by a
MetadataHandler. |
MetadataDef<M> getDef()
static Method[] handlerMethods(Class<? extends MetadataHandler<?>> handlerClass)
MetadataHandler. Static and synthetic methods
are ignored.handlerClass - the handler class to inspectCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.