Package | Description |
---|---|
org.revapi | |
org.revapi.configuration |
Modifier and Type | Method and Description |
---|---|
Revapi |
Revapi.Builder.build()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AnalysisContext.Builder |
AnalysisContext.builder(Revapi revapi)
Returns a new analysis context builder that extracts the information about the available extensions from
the provided Revapi instance.
|
Constructor and Description |
---|
XmlToJson(Revapi revapi,
java.util.function.Function<Xml,String> getName,
java.util.function.Function<Xml,String> getValue,
java.util.function.BiFunction<Xml,String,String> getAttributeValue,
java.util.function.Function<Xml,List<Xml>> getChildren)
A convenience constructor to create an instance using the extension schemas known to the provided Revapi
instance.
|
Copyright © 2014-2020 Lukas Krejci. All Rights Reserved.