Skip navigation links
A B C D E F H J N O P S 

A

adapter(Class<T>) - Method in class pl.droidsonroids.jspoon.Jspoon
Returns a HTML adapter for clazz, creating it if necessary.

B

BigDecimalParseException - Exception in pl.droidsonroids.jspoon.exception
 
BigDecimalParseException(String, String, Locale) - Constructor for exception pl.droidsonroids.jspoon.exception.BigDecimalParseException
 

C

ConstrucorNotFoundException - Exception in pl.droidsonroids.jspoon.exception
Deprecated.
Use ConstructorNotFoundException. This class is kept for backwards compatibility.
ConstrucorNotFoundException(String) - Constructor for exception pl.droidsonroids.jspoon.exception.ConstrucorNotFoundException
Deprecated.
 
ConstructorNotFoundException - Exception in pl.droidsonroids.jspoon.exception
 
ConstructorNotFoundException(String) - Constructor for exception pl.droidsonroids.jspoon.exception.ConstructorNotFoundException
 
create() - Static method in class pl.droidsonroids.jspoon.Jspoon
Creates a new Jspoon instance.

D

DateParseException - Exception in pl.droidsonroids.jspoon.exception
 
DateParseException(String, String, Locale) - Constructor for exception pl.droidsonroids.jspoon.exception.DateParseException
 
DoubleParseException - Exception in pl.droidsonroids.jspoon.exception
 
DoubleParseException(String, Locale) - Constructor for exception pl.droidsonroids.jspoon.exception.DoubleParseException
 

E

EmptySelectorException - Exception in pl.droidsonroids.jspoon.exception
Exception thrown when type doesn't contain a field, or is not annotated with @Selector
EmptySelectorException(Class) - Constructor for exception pl.droidsonroids.jspoon.exception.EmptySelectorException
 

F

FieldSetException - Exception in pl.droidsonroids.jspoon.exception
 
FieldSetException(String, String) - Constructor for exception pl.droidsonroids.jspoon.exception.FieldSetException
 
FloatParseException - Exception in pl.droidsonroids.jspoon.exception
 
FloatParseException(String, Locale) - Constructor for exception pl.droidsonroids.jspoon.exception.FloatParseException
 
fromHtml(String) - Method in class pl.droidsonroids.jspoon.HtmlAdapter
Converts html string to T object.
fromInputStream(InputStream) - Method in class pl.droidsonroids.jspoon.HtmlAdapter
Converts the provided InputStream to a T object.
fromInputStream(InputStream, URL) - Method in class pl.droidsonroids.jspoon.HtmlAdapter
Converts the provided inputStream to a T object.
fromInputStream(InputStream, Charset, URL) - Method in class pl.droidsonroids.jspoon.HtmlAdapter
Converts the provided inputStream to a T object.

H

HtmlAdapter<T> - Class in pl.droidsonroids.jspoon
Converts HTML strings to Java.

J

Jspoon - Class in pl.droidsonroids.jspoon
Coordinates binding between HTML values and Java objects.

N

NO_VALUE - Static variable in annotation type pl.droidsonroids.jspoon.annotation.Selector
 

O

ObjectCreationException - Exception in pl.droidsonroids.jspoon.exception
 
ObjectCreationException(String) - Constructor for exception pl.droidsonroids.jspoon.exception.ObjectCreationException
 

P

pl.droidsonroids.jspoon - package pl.droidsonroids.jspoon
Annotation based HTML to Java parser.
pl.droidsonroids.jspoon.annotation - package pl.droidsonroids.jspoon.annotation
 
pl.droidsonroids.jspoon.exception - package pl.droidsonroids.jspoon.exception
 

S

Selector - Annotation Type in pl.droidsonroids.jspoon.annotation
Annotates a field to be mapped to a html element.
A B C D E F H J N O P S 
Skip navigation links