Uses of Class
org.perfectable.introspection.proxy.ProxyService.Feature
-
Packages that use ProxyService.Feature Package Description org.perfectable.introspection.proxy Elements that simplifies creation of Proxy Objects. -
-
Uses of ProxyService.Feature in org.perfectable.introspection.proxy
Methods in org.perfectable.introspection.proxy that return ProxyService.Feature Modifier and Type Method Description static ProxyService.Feature
ProxyService.Feature. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProxyService.Feature[]
ProxyService.Feature. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.perfectable.introspection.proxy with parameters of type ProxyService.Feature Modifier and Type Method Description ProxyService
ProxyService.Container. get(ProxyService.Feature... requiredFeatures)
Extracts proxy service with specified features.default boolean
ProxyService. supportsAllFeatures(ProxyService.Feature... features)
If the concrete service supports all of specified features.boolean
JavassistProxyService. supportsFeature(ProxyService.Feature feature)
boolean
JdkProxyService. supportsFeature(ProxyService.Feature feature)
boolean
ProxyService. supportsFeature(ProxyService.Feature feature)
If the concrete service supports specified feature.
-