Interface JavaColonNamespaceBindings.ClassNameProvider<T>
- 
- Type Parameters:
- T- the binding object
 - Enclosing class:
- JavaColonNamespaceBindings<T>
 
 public static interface JavaColonNamespaceBindings.ClassNameProvider<T>Provides the type names for the bindings.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBindingClassName(T binding)Return the type name of a binding.
 
- 
- 
- 
Method Detail- 
getBindingClassNamejava.lang.String getBindingClassName(T binding) Return the type name of a binding.- Parameters:
- binding- the binding
- Returns:
- the type name for NameClassPair.getClassName()
 
 
- 
 
-