Class AbstractExtensionFactory<T,C>
java.lang.Object
org.springframework.cloud.appbroker.extensions.AbstractExtensionFactory<T,C>
- All Implemented Interfaces:
ExtensionFactory<T,
C>
- Direct Known Subclasses:
ParametersTransformerFactory
,TargetFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract T
createWithConfig
(Consumer<C> consumer) createWithConfig
(Map<String, Object> args) protected String
getShortName
(Class<?> cls) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.cloud.appbroker.extensions.ExtensionFactory
getName
-
Constructor Details
-
AbstractExtensionFactory
public AbstractExtensionFactory() -
AbstractExtensionFactory
-
-
Method Details
-
create
- Specified by:
create
in interfaceExtensionFactory<T,
C>
-
createWithConfig
-
createWithConfig
- Specified by:
createWithConfig
in interfaceExtensionFactory<T,
C>
-
getShortName
-