Uses of Class
network.oxalis.commons.transformer.TransformerConf
-
Packages that use TransformerConf Package Description network.oxalis.commons.transformer -
-
Uses of TransformerConf in network.oxalis.commons.transformer
Methods in network.oxalis.commons.transformer that return TransformerConf Modifier and Type Method Description static TransformerConfTransformerConf. valueOf(String name)Returns the enum constant of this type with the specified name.static TransformerConf[]TransformerConf. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in network.oxalis.commons.transformer with type arguments of type TransformerConf Modifier and Type Method Description protected ContentDetectorTransformerModule. getContentDetector(com.google.inject.Injector injector, Settings<TransformerConf> settings)protected ContentWrapperTransformerModule. getContentWrapper(com.google.inject.Injector injector, Settings<TransformerConf> settings)
-