Uses of Interface
io.ebean.enhance.entity.MessageOutput
Packages that use MessageOutput
-
Uses of MessageOutput in io.ebean.enhance
Methods in io.ebean.enhance with parameters of type MessageOutputModifier and TypeMethodDescriptionvoidTransformer.setLogout(MessageOutput logout) Change the logout to something other than system out. -
Uses of MessageOutput in io.ebean.enhance.common
Classes in io.ebean.enhance.common that implement MessageOutputModifier and TypeClassDescriptionclassMessageOutput typically used with System.out.Methods in io.ebean.enhance.common with parameters of type MessageOutputModifier and TypeMethodDescriptionvoidEnhanceContext.setLogout(MessageOutput logout) Change the logout to something other than system out.Constructors in io.ebean.enhance.common with parameters of type MessageOutputModifierConstructorDescriptionClassMeta(EnhanceContext enhanceContext, int logLevel, MessageOutput logout)