public class SchemaBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
static Schema |
build(org.jboss.jandex.IndexView index)
This builds the Schema from Jandex
|
static Schema |
build(org.jboss.jandex.IndexView index,
TypeAutoNameStrategy autoNameStrategy)
This builds the Schema from Jandex
|
public static Schema build(org.jboss.jandex.IndexView index)
index - the Jandex indexpublic static Schema build(org.jboss.jandex.IndexView index, TypeAutoNameStrategy autoNameStrategy)
index - the Jandex indexautoNameStrategy - the naming strategyCopyright © 2018–2020. All rights reserved.