public class IndexFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.jandex.DotName |
ADDRESS_META |
static org.jboss.jandex.DotName |
BINDING_META |
static org.jboss.jandex.DotName |
IMPLICIT_META |
static org.jboss.jandex.DotName |
RESOURCE_TYPE |
static org.jboss.jandex.DotName |
SUBRESOURCE_META |
| Constructor and Description |
|---|
IndexFactory() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.jandex.Index |
createIndex(Class<?> type)
Creates an annotation index for the given entity type
|
public static final org.jboss.jandex.DotName IMPLICIT_META
public static final org.jboss.jandex.DotName BINDING_META
public static final org.jboss.jandex.DotName ADDRESS_META
public static final org.jboss.jandex.DotName RESOURCE_TYPE
public static final org.jboss.jandex.DotName SUBRESOURCE_META
public static org.jboss.jandex.Index createIndex(Class<?> type)
Copyright © 2015 JBoss by Red Hat. All rights reserved.