public class MapLookupExtractorFactory extends Object implements LookupExtractorFactory
| Modifier and Type | Class and Description |
|---|---|
static class |
MapLookupExtractorFactory.MapLookupIntrospectionHandler |
| Constructor and Description |
|---|
MapLookupExtractorFactory(Map<String,String> map,
boolean isOneToOne) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
close() |
boolean |
equals(Object o) |
LookupExtractor |
get() |
LookupIntrospectHandler |
getIntrospectHandler() |
int |
hashCode() |
boolean |
replaces(LookupExtractorFactory other)
For MapLookups, the replaces consideration is very easy, it simply considers if the other is the same as this one
|
boolean |
start() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitdestroypublic boolean start()
start in interface LookupExtractorFactorypublic boolean close()
close in interface LookupExtractorFactorypublic boolean replaces(@Nullable LookupExtractorFactory other)
replaces in interface LookupExtractorFactoryother - Some other LookupExtractorFactory which might need replaced@Nullable public LookupIntrospectHandler getIntrospectHandler()
getIntrospectHandler in interface LookupExtractorFactorypublic LookupExtractor get()
get in interface com.google.common.base.Supplier<LookupExtractor>Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.