org.springframework.shell.converters
Interface StaticFieldConverter

All Superinterfaces:
Converter<Object>
All Known Implementing Classes:
StaticFieldConverterImpl

public interface StaticFieldConverter
extends Converter<Object>

Interface for adding and removing classes that provide static fields which should be made available via a Converter.

Since:
1.0

Method Summary
 void add(Class<?> clazz)
           
 void remove(Class<?> clazz)
           
 
Methods inherited from interface org.springframework.shell.core.Converter
convertFromText, getAllPossibleValues, supports
 

Method Detail

add

void add(Class<?> clazz)

remove

void remove(Class<?> clazz)