A B C D F G I J K L M O P S T V 

A

asObject(Class<T>) - Method in class io.ous.jtoml.TomlTable
Returns an instance of type filled by the properties here

B

basicString(String) - Static method in class io.ous.jtoml.impl.ValuedToken
 
booleanToken(boolean) - Static method in class io.ous.jtoml.impl.ValuedToken
 

C

create(Class<T>, TomlTable) - Method in class io.ous.jtoml.impl.ObjectDeserializer
Creates an object of type type initializing fields using the given TomlTable

D

dateToken(Date) - Static method in class io.ous.jtoml.impl.ValuedToken
 

F

floatToken(double) - Static method in class io.ous.jtoml.impl.ValuedToken
 

G

get(String, Object...) - Method in class io.ous.jtoml.TomlTable
Returns the object in the given path or null if it does not exist
getArrayTable(String, Object...) - Method in class io.ous.jtoml.TomlTable
 
getAsEnum(Class<T>, String, Object...) - Method in class io.ous.jtoml.TomlTable
Returns an instance of the enum T corresponding to the value in the local key name If the local value is null, null will be returned If the local value is a long, the enum constant with that ordinal is returned If the local value is a String, the enum constant is returned using the enum's valueOf method.
getBoolean(String, Object...) - Method in class io.ous.jtoml.TomlTable
 
getDate(String, Object...) - Method in class io.ous.jtoml.TomlTable
 
getDouble(String, Object...) - Method in class io.ous.jtoml.TomlTable
 
getInstance() - Static method in class io.ous.jtoml.impl.ObjectDeserializer
 
getList(String, Object...) - Method in class io.ous.jtoml.TomlTable
 
getLong(String, Object...) - Method in class io.ous.jtoml.TomlTable
 
getString(String, Object...) - Method in class io.ous.jtoml.TomlTable
 
getSymbolToken(char) - Static method in enum io.ous.jtoml.impl.SymbolToken
returns the SymbolToken for the symbol c if exists, otherwise null
getTomlTable(String, Object...) - Method in class io.ous.jtoml.TomlTable
 
getType() - Method in enum io.ous.jtoml.impl.SymbolToken
 
getType() - Method in interface io.ous.jtoml.impl.Token
 
getType() - Method in class io.ous.jtoml.impl.ValuedToken
 
getValue() - Method in class io.ous.jtoml.impl.ValuedToken
 
getValue(String, Object...) - Method in class io.ous.jtoml.TomlTable
Convenience method, mainly to keep the old signature

I

integerToken(long) - Static method in class io.ous.jtoml.impl.ValuedToken
 
io.ous.jtoml - package io.ous.jtoml
 
io.ous.jtoml.impl - package io.ous.jtoml.impl
 

J

JToml - Class in io.ous.jtoml
 
JToml() - Constructor for class io.ous.jtoml.JToml
 

K

key(String) - Static method in class io.ous.jtoml.impl.ValuedToken
 

L

literalString(String) - Static method in class io.ous.jtoml.impl.ValuedToken
 

M

multilineString(String) - Static method in class io.ous.jtoml.impl.ValuedToken
 

O

ObjectDeserializer - Class in io.ous.jtoml.impl
 
ObjectDeserializer() - Constructor for class io.ous.jtoml.impl.ObjectDeserializer
 

P

parse() - Method in class io.ous.jtoml.impl.Parser
 
parse(File) - Static method in class io.ous.jtoml.JToml
 
parse(InputStream) - Static method in class io.ous.jtoml.JToml
 
parse(Reader) - Static method in class io.ous.jtoml.JToml
 
ParseException - Exception in io.ous.jtoml
 
ParseException(String, int, int, Throwable) - Constructor for exception io.ous.jtoml.ParseException
 
ParseException(String, int, int) - Constructor for exception io.ous.jtoml.ParseException
 
Parser - Class in io.ous.jtoml.impl
 
Parser(Reader) - Constructor for class io.ous.jtoml.impl.Parser
 
Parser(Reader, TomlTable) - Constructor for class io.ous.jtoml.impl.Parser
 
parseString(String) - Static method in class io.ous.jtoml.JToml
 

S

SymbolToken - Enum in io.ous.jtoml.impl
Created with IntelliJ IDEA.

T

toEnum(Class<T>, Object) - Method in class io.ous.jtoml.impl.ObjectDeserializer
Returns an instance of the enum T corresponding to the value given If the value is null, null will be returned If the value is a long, the enum constant with that ordinal is returned If the value is a String, the enum constant is returned using the enum's valueOf method.
Token - Interface in io.ous.jtoml.impl
User: Asafh DateConstant: 01/03/15 Time: 21:28
Token.TokenType - Enum in io.ous.jtoml.impl
 
toMap() - Method in class io.ous.jtoml.TomlTable
Returns an unmodifiable map of this Toml Table.
Toml - Class in io.ous.jtoml
The root TomlTable, a Toml configuration file
Toml() - Constructor for class io.ous.jtoml.Toml
 
TomlTable - Class in io.ous.jtoml
 
TomlTable() - Constructor for class io.ous.jtoml.TomlTable
 
toString() - Method in enum io.ous.jtoml.impl.SymbolToken
 
toString() - Method in class io.ous.jtoml.impl.ValuedToken
 

V

ValuedToken<T> - Class in io.ous.jtoml.impl
Created with IntelliJ IDEA.
valueOf(String) - Static method in enum io.ous.jtoml.impl.SymbolToken
Returns the enum constant of this type with the specified name.
valueOf(char) - Static method in enum io.ous.jtoml.impl.SymbolToken
returns the SymbolToken for the symbol c if exists, otherwise throws an IllegalArgumentException
valueOf(String) - Static method in enum io.ous.jtoml.impl.Token.TokenType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.ous.jtoml.impl.SymbolToken
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.ous.jtoml.impl.Token.TokenType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D F G I J K L M O P S T V 

Copyright © 2017. All rights reserved.