@InterfaceAudience.Public @InterfaceStability.Evolving public interface VisibilityExpressionResolver
| Modifier and Type | Method and Description | 
|---|---|
List<Tag> | 
createVisibilityExpTags(String visExpression)
Convert visibility expression into tags to be serialized. 
 | 
void | 
init()
Giving a chance for the initialization. 
 | 
void init()
List<Tag> createVisibilityExpTags(String visExpression) throws IOException
visExpression - the label expressionIOException