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