Uses of Interface
org.javlo.data.rest.IRestFactory
-
Packages that use IRestFactory Package Description org.javlo.data.rest -
-
Uses of IRestFactory in org.javlo.data.rest
Classes in org.javlo.data.rest that implement IRestFactory Modifier and Type Class Description class
ComponentRestFactory
class
ContentRest
class
FileRest
class
TestRest
class
ThreadRunRest
Methods in org.javlo.data.rest that return IRestFactory Modifier and Type Method Description static IRestFactory
RestContainerFactory. getRestFactory(String name)
Methods in org.javlo.data.rest that return types with arguments of type IRestFactory Modifier and Type Method Description protected static Map<String,IRestFactory>
RestContainerFactory. getFactories()
-