Uses of Class
psidev.psi.mi.jami.json.MIJsonType
-
Packages that use MIJsonType Package Description psidev.psi.mi.jami.json -
-
Uses of MIJsonType in psidev.psi.mi.jami.json
Methods in psidev.psi.mi.jami.json that return MIJsonType Modifier and Type Method Description static MIJsonType
MIJsonType. valueOf(String name)
Returns the enum constant of this type with the specified name.static MIJsonType[]
MIJsonType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in psidev.psi.mi.jami.json with parameters of type MIJsonType Modifier and Type Method Description Map<String,Object>
MIJsonOptionFactory. getJsonOptions(Object output, InteractionCategory objectCategory, ComplexType complexType, MIJsonType type, OntologyTermFetcher ontologyFetcher, ComplexExpansionMethod complexExpansion)
Create the options for the JSON InteractionWriter.Map<String,Object>
MIJsonOptionFactory. getJsonOptions(MIJsonType type, File output)
Create the options for a JSON interaction writer.Map<String,Object>
MIJsonOptionFactory. getJsonOptions(MIJsonType type, OutputStream output)
Create the options for a JSON interaction writer.Map<String,Object>
MIJsonOptionFactory. getJsonOptions(MIJsonType type, Writer writer)
Create the options for a JSON interaction writer.
-