Package org.b3log.solo.action

Examples of org.b3log.solo.action.StatusCodes


    @Override
    public Object unmarshall(final SerializerState state,
                             final Class<?> clazz, final Object jso)
            throws UnmarshallException {
        StatusCodes returnValue = null;

        if (jso instanceof Boolean || clazz == StatusCodes.class) {
            returnValue = (StatusCodes) jso;
        }
View Full Code Here

TOP

Related Classes of org.b3log.solo.action.StatusCodes

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.