JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
net.anwiba.tools.definition.schema.json
Package
net.anwiba.tools.definition.schema.json.generator.java.bean
Interface IOutput
public interface
IOutput
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
error
(
String
message,
Throwable
throwable)
void
info
(
String
message)
void
warn
(
String
message)
Method Details
error
void
error
(
String
message,
Throwable
throwable)
warn
void
warn
(
String
message)
info
void
info
(
String
message)