All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.enonic.xp.lib.value.InstantHandler Maven / Gradle / Ivy

package com.enonic.xp.lib.value;

import java.time.Instant;

public class InstantHandler
{
    public Instant parse( String value )
    {
        return Instant.parse( value );
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy