Uses of Interface
com.cosium.openapi.annotation_processor.option.IOptions
-
Packages that use IOptions Package Description com.cosium.openapi.annotation_processor.option -
-
Uses of IOptions in com.cosium.openapi.annotation_processor.option
Classes in com.cosium.openapi.annotation_processor.option that implement IOptions Modifier and Type Class Description classOptionsCreated on 12/07/17.Methods in com.cosium.openapi.annotation_processor.option that return IOptions Modifier and Type Method Description IOptionsOptionsBuilder. build(Map<String,String> options)Methods in com.cosium.openapi.annotation_processor.option with parameters of type IOptions Modifier and Type Method Description static OptionsOptions. copyOf(IOptions instance)Creates an immutable copy of aIOptionsvalue.
-