Uses of Interface
com.reprezen.kaizen.oasparser.model3.ServerVariable
-
Packages that use ServerVariable Package Description com.reprezen.kaizen.oasparser.model3 com.reprezen.kaizen.oasparser.ovl3 -
-
Uses of ServerVariable in com.reprezen.kaizen.oasparser.model3
Methods in com.reprezen.kaizen.oasparser.model3 that return ServerVariable Modifier and Type Method Description ServerVariableServer. getServerVariable(String name)Methods in com.reprezen.kaizen.oasparser.model3 that return types with arguments of type ServerVariable Modifier and Type Method Description Map<String,ServerVariable>Server. getServerVariables()Map<String,ServerVariable>Server. getServerVariables(boolean elaborate)Methods in com.reprezen.kaizen.oasparser.model3 with parameters of type ServerVariable Modifier and Type Method Description voidServer. setServerVariable(String name, ServerVariable serverVariable)Method parameters in com.reprezen.kaizen.oasparser.model3 with type arguments of type ServerVariable Modifier and Type Method Description voidServer. setServerVariables(Map<String,ServerVariable> serverVariables) -
Uses of ServerVariable in com.reprezen.kaizen.oasparser.ovl3
Classes in com.reprezen.kaizen.oasparser.ovl3 that implement ServerVariable Modifier and Type Class Description classServerVariableImplFields in com.reprezen.kaizen.oasparser.ovl3 with type parameters of type ServerVariable Modifier and Type Field Description static com.reprezen.jsonoverlay.OverlayFactory<ServerVariable>ServerVariableImpl. factoryMethods in com.reprezen.kaizen.oasparser.ovl3 that return ServerVariable Modifier and Type Method Description static <OV extends com.reprezen.jsonoverlay.IJsonOverlay<?>>
ServerVariableServerVariableImpl. create(OV modelMember)ServerVariableServerImpl. getServerVariable(String name)Methods in com.reprezen.kaizen.oasparser.ovl3 that return types with arguments of type ServerVariable Modifier and Type Method Description static <OV extends com.reprezen.jsonoverlay.IJsonOverlay<?>>
com.reprezen.jsonoverlay.Builder<ServerVariable>ServerVariableImpl. builder(OV modelMember)Map<String,ServerVariable>ServerImpl. getServerVariables()Map<String,ServerVariable>ServerImpl. getServerVariables(boolean elaborate)Methods in com.reprezen.kaizen.oasparser.ovl3 with parameters of type ServerVariable Modifier and Type Method Description voidServerImpl. setServerVariable(String name, ServerVariable serverVariable)Method parameters in com.reprezen.kaizen.oasparser.ovl3 with type arguments of type ServerVariable Modifier and Type Method Description voidServerImpl. setServerVariables(Map<String,ServerVariable> serverVariables)Constructors in com.reprezen.kaizen.oasparser.ovl3 with parameters of type ServerVariable Constructor Description ServerVariableImpl(ServerVariable serverVariable, com.reprezen.jsonoverlay.JsonOverlay<?> parent, com.reprezen.jsonoverlay.ReferenceManager refMgr)
-