Skip navigation links
A C D F G J O P R S 

A

addAttribute(String, String) - Method in class org.gedcomx.fileformat.GedcomxOutputStream
Add an attribute to the GEDCOM X output stream.
addResource(Gedcomx) - Method in class org.gedcomx.fileformat.GedcomxOutputStream
Add a resource to the GEDCOM X output stream.
addResource(Gedcomx, Date) - Method in class org.gedcomx.fileformat.GedcomxOutputStream
Add a resource to the GEDCOM X output stream.
addResource(String, Gedcomx, Date) - Method in class org.gedcomx.fileformat.GedcomxOutputStream
Add a resource to the GEDCOM X output stream.
addResource(String, String, Object, Date) - Method in class org.gedcomx.fileformat.GedcomxOutputStream
Add a resource to the GEDCOM X output stream.
addResource(String, String, Object, Date, Map<String, String>) - Method in class org.gedcomx.fileformat.GedcomxOutputStream
Add a resource to the GEDCOM X output stream.
addResource(String, String, InputStream, Date, Map<String, String>) - Method in class org.gedcomx.fileformat.GedcomxOutputStream
Add a resource to the GEDCOM X output stream.

C

close() - Method in class org.gedcomx.fileformat.GedcomxFile
Closes the GEDCOM X file.
close() - Method in class org.gedcomx.fileformat.GedcomxOutputStream
Closes the GEDCOM X output stream as well as the stream being filtered.
createObjectMapper(boolean, Class<?>...) - Static method in class org.gedcomx.fileformat.JacksonJsonSerialization
 

D

deserialize(InputStream, String) - Method in interface org.gedcomx.fileformat.GedcomxEntryDeserializer
Deserialize the resource from the specified input stream.
deserialize(InputStream, String) - Method in class org.gedcomx.fileformat.JacksonJsonSerialization
 
deserialize(InputStream, String) - Method in class org.gedcomx.fileformat.JaxbXmlSerialization
 

F

findClass(String) - Method in class org.gedcomx.fileformat.JacksonJsonSerialization
 
formatAsXmlUTC(Date) - Static method in class org.gedcomx.fileformat.GedcomxTimeStampUtil
 

G

GedcomxEntryDeserializer - Interface in org.gedcomx.fileformat
Basic interface abstracting deserialization of an entry.
GedcomxEntrySerializer - Interface in org.gedcomx.fileformat
Basic interface abstracting serialization of an entry.
GedcomxFile - Class in org.gedcomx.fileformat
The GedcomxFile class is used to read the contents of a GEDCOM X file from any file that can be opened with java.util.jar.JarFile.
GedcomxFile(JarFile, GedcomxEntryDeserializer) - Constructor for class org.gedcomx.fileformat.GedcomxFile
 
GedcomxFile(JarFile, Class<?>...) - Constructor for class org.gedcomx.fileformat.GedcomxFile
Creates a new GedcomxFile to read from the specified file JarFile.
GedcomxFileEntry - Class in org.gedcomx.fileformat
A class to represent an entry from a GEDCOM X file.
GedcomxFileEntry(JarEntry) - Constructor for class org.gedcomx.fileformat.GedcomxFileEntry
Constructs an instance of GedcomxFileEntry by wrapping a JarEntry from the underlying Jar file.
GedcomxOutputStream - Class in org.gedcomx.fileformat
Class to help in writing a GEDCOM X file.
GedcomxOutputStream(OutputStream, GedcomxEntrySerializer) - Constructor for class org.gedcomx.fileformat.GedcomxOutputStream
 
GedcomxOutputStream(OutputStream, Class<?>...) - Constructor for class org.gedcomx.fileformat.GedcomxOutputStream
Constructs a GEDCOM X output stream.
GedcomxTimeStampUtil - Class in org.gedcomx.fileformat
 
getAttribute(String) - Method in class org.gedcomx.fileformat.GedcomxFile
Get the value of the specified attribute for this GEDCOM X file.
getAttribute(String) - Method in class org.gedcomx.fileformat.GedcomxFileEntry
Get the value of the specified per-entry attribute.
getAttributes() - Method in class org.gedcomx.fileformat.GedcomxFile
Get the attributes that have been associated with this GEDCOM X file.
getAttributes() - Method in class org.gedcomx.fileformat.GedcomxFileEntry
Gets the attributes associated with this entry.
getContentType() - Method in class org.gedcomx.fileformat.GedcomxFileEntry
The content type of this entry.
getEntries() - Method in class org.gedcomx.fileformat.GedcomxFile
Get the entries found in this GEDCOM X file.
getJarEntry() - Method in class org.gedcomx.fileformat.GedcomxFileEntry
Gets the underlying JarEntry object used to construct this entry.
getManifest() - Method in class org.gedcomx.fileformat.GedcomxFile
Get the manifest.
getResourceStream(GedcomxFileEntry) - Method in class org.gedcomx.fileformat.GedcomxFile
Get the input stream of the resource in the given entry.

J

JacksonJsonSerialization - Class in org.gedcomx.fileformat
A class for creating instances of JAXBContext appropriate for reading and writing GEDCOM X files.
JacksonJsonSerialization(Class<?>...) - Constructor for class org.gedcomx.fileformat.JacksonJsonSerialization
 
JacksonJsonSerialization(boolean, Class<?>...) - Constructor for class org.gedcomx.fileformat.JacksonJsonSerialization
 
JacksonJsonSerialization(ObjectMapper) - Constructor for class org.gedcomx.fileformat.JacksonJsonSerialization
 
JaxbXmlSerialization - Class in org.gedcomx.fileformat
A class for creating instances of JAXBContext appropriate for reading and writing GEDCOM X files.
JaxbXmlSerialization(Class<?>...) - Constructor for class org.gedcomx.fileformat.JaxbXmlSerialization
 
JaxbXmlSerialization(boolean, Class<?>...) - Constructor for class org.gedcomx.fileformat.JaxbXmlSerialization
 

O

org.gedcomx.fileformat - package org.gedcomx.fileformat
 

P

putNextEntry(String, String, Date, Map<String, String>) - Method in class org.gedcomx.fileformat.GedcomxOutputStream
 

R

readResource(GedcomxFileEntry) - Method in class org.gedcomx.fileformat.GedcomxFile
Unmarshal the resource contained in the given entry as an object.

S

serialize(Object, OutputStream) - Method in interface org.gedcomx.fileformat.GedcomxEntrySerializer
Serialize the resource to the specified output stream.
serialize(Object, OutputStream) - Method in class org.gedcomx.fileformat.JacksonJsonSerialization
 
serialize(Object, OutputStream) - Method in class org.gedcomx.fileformat.JaxbXmlSerialization
 
suggestFilenameExtension() - Method in interface org.gedcomx.fileformat.GedcomxEntrySerializer
Suggest a filename extension for the entries of this serializer.
suggestFilenameExtension() - Method in class org.gedcomx.fileformat.JacksonJsonSerialization
 
suggestFilenameExtension() - Method in class org.gedcomx.fileformat.JaxbXmlSerialization
 
A C D F G J O P R S 
Skip navigation links

Copyright © 2024. All rights reserved.